GetSnapshots(TKey)

Method

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Fetches snapshots for the specified entity key.

Syntax

public IEnumerable<Snapshot<TKey, TValue>> GetSnapshots(
	TKey key
)

Back to index